Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: cron fixed

+1 -1
+1 -1
kefi/tasks/main.py
··· 18 18 19 19 class WorkerSettings: 20 20 redis_settings = RedisSettings(host=settings.REDIS_HOST) 21 - cron_jobs = [cron(recharge_wallets_task, day=1)] # type: ignore 21 + cron_jobs = [cron(recharge_wallets_task, day=1, hour=0, minute=0)] # type: ignore 22 22 on_startup = startup 23 23 on_shutdown = shutdown