Skip to content

goandreus/py_celery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REDBEAT TO CELERY

Redisbeat is a Celery Beat Scheduler that stores periodic tasks and their status in a Redis Datastore.

CELERY CONFIG

REDBEAT_REDIS_URL = getvar('REDBEAT_REDIS_URL', 'redis://localhost:6379/1') REDBEAT_REDIS_OPTIONS = {

'retry_period': 60,

} REDBEAT_KEY_PREFIX = 'redisbeat'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages