New
v0.25.1
Upgrades
- Some packages
Added
- Add
HeartbeatIntervaloption to the scheduler (PR: https://github.com/hibiken/asynq/pull/956) - Add
RedisUniversalClientsupport to periodic task manager (PR: https://github.com/hibiken/asynq/pull/958) - Add
--insecureflag to CLI dash command (PR: https://github.com/hibiken/asynq/pull/980) - Add logging for registration errors (PR: https://github.com/hibiken/asynq/pull/657)
Fixes
- Perf: Use string concat inplace of fmt.Sprintf in hotpath (PR: https://github.com/hibiken/asynq/pull/962)
- Perf: Init map with size (PR: https://github.com/hibiken/asynq/pull/673)
- Fix:
SchedulerandPeriodicTaskManagergraceful shutdown (PR: https://github.com/hibiken/asynq/pull/977) - Fix:
Servergraceful shutdown on UNIX systems (PR: https://github.com/hibiken/asynq/pull/982)
New Contributors
- @ghosx made their first contribution in https://github.com/hibiken/asynq/pull/673
- @khash made their first contribution in https://github.com/hibiken/asynq/pull/657
- @daixijun made their first contribution in https://github.com/hibiken/asynq/pull/958
- @robinjoseph08 made their first contribution in https://github.com/hibiken/asynq/pull/980
Full Changelog: https://github.com/hibiken/asynq/compare/v0.25.0...v0.25.1