What's new
Fixed β
- Replaced unnecessary
println!withlog::info!.
Commits
9315a25 replace unnecessary prints with log (#368)
Unclaimed project
Are you a maintainer of rusty-celery? Claim this project to take control of your public changelog and roadmap.
Changelog
π¦ Rust implementation of Celery for producing and consuming background tasks
println! with log::info!.9315a25 replace unnecessary prints with log (#368)
0bb5873 skip warning about redis heartbeat when not necessary (#365) 74c7cfe Fix the minimal versions problem (#358) 1b50565 Bump chrono version for with_ymd_and_hms (#357) 32cb1c9 Bump actions/checkout from 1 to 3 (#353)
BrokerBuilder is now Send + Sync.023cbf1 Require BrokerBuilder Send + Sync (#355) 6a71f33 configure dependabot for gh-actions
76af035 update CI run settings 38a6990 loosen some Python dev deps 6f079c9 Store a reference to the Celery app in Request. (#352) 03a5351 Allow compiling for Windows. (#350)