Skip to content

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

Notifications You must be signed in to change notification settings

mailprotector/resqueue-scheduler-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resque-scheduler-lambda

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

Environment Variables

variable name description type default required
REDIS_USERNAME username of the redis instance string no yes
REDIS_PASSWORD password of the redis instance (if running locally) string no no
REDIS_SECRET_NAME password of the redis instance (pull from secrets manager) string no yes
SECRET_CACHE_AGE cache age in seconds of the secrets manager query string 300 no
REDIS_HOST hostname of the redis instance string no yes
REDIS_PORT port of the redis instance string no yes
REDIS_DB db of the redis instance string no yes
SCHEDULED_QUEUE name of the queue string scheduled no
SCHEDULED_JOB_CLASS name of the job class string no yes
SCHEDULED_QUEUE_PREFIX prefix of the queue name string no no

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published