closeio / tasktiger

Python task queue using Redis
MIT License
1.41k stars 80 forks source link

Add provision of cron expressions for periodic task scheduling. #307

Closed vishesh10 closed 9 months ago

vishesh10 commented 9 months ago
This is in continuation to the PR #71

Description

Added provision of cron expressions to facilitate the scheduling of tasks.

Changes

thomasst commented 9 months ago

Looks good overall!