Skip to content

Repository files navigation

resque-scheduler-lambda

A lambda that drops a scheduled job into a resque-managed redis queue

Environment Variables

variable namedescriptiontypedefaultrequired
REDIS_USERNAMEusername of the redis instancestringnoyes
REDIS_PASSWORDpassword of the redis instance (if running locally)stringnono
REDIS_SECRET_NAMEpassword of the redis instance (pull from secrets manager)stringnoyes
SECRET_CACHE_AGEcache age in seconds of the secrets manager querystring300no
REDIS_HOSThostname of the redis instancestringnoyes
REDIS_PORTport of the redis instancestringnoyes
REDIS_DBdb of the redis instancestringnoyes
SCHEDULED_QUEUEname of the queuestringscheduledno
SCHEDULED_JOB_CLASSname of the job classstringnoyes
SCHEDULED_QUEUE_PREFIXprefix of the queue namestringnono

About

A lambda that drops a Sheduled job into a resque-managed redis queue

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages