fang
fang copied to clipboard
Background processing for Rust
How to process/retrieve the result of a task and how to pass a non serializable context to the task?
Hello, Thank you for your work. :) I am wondering the following things: - how could someone retrieve the result of a task? - how could someone run a callback...
I was playing with async cron tasks from [fang-examples](https://github.com/ayrat555/fang/blob/0.10.4/fang/fang_examples/asynk/simple_cron_async_worker/src/main.rs). I configured the task to be unique and to keep the history of executions. After running the example on 2 parallel...
This will allow users to handle removals easier and edit metadata if is necessary before task is run
Imagine a user is using the current version of fang. and she wants to upgrade to the version with the changes from this pr. she will have to figure out...
Updates the requirements on [postgres-types](https://github.com/sfackler/rust-postgres) to permit the latest version. Commits 5be97d9 Release postgres-types v0.2.5 39fa1ad Merge pull request #1003 from sfackler/dependabot/cargo/socket2-0.5 9c0d2dd Update ci.yml a205d23 Update Cargo.toml 58f0661 Update...
Would be great if [Surrealdb](https://surrealdb.com) support can be added. It can run in memory, single node with file as well as distributed, has events support and is written in Rust....
trying to use latest version in my project and trying to build master branch results in compile error: ``` > cargo build Compiling fang v0.11.0-rc1 (./fang/fang) error[E0432]: unresolved import `sqlx::any`...
With `0.11.0-rc1`, bcbb48d5af48018ae2ff0177ccf36ed46d4635c0 specifically, a bug was introduced, causing one `diesel` macro not being excluded from compilation even if the `blocking` feature is not enabled. The line added in the...