Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Redis TTL to expire keys after a certain point #48

Merged
merged 2 commits into from
Feb 5, 2018

Commits on Dec 15, 2017

  1. added config.ttl to use Redis TTL to expire keys set for various work…

    …flows
    
    added expire_workflow and expire_job methods to client
    
    Right now you need to manually call expire! to set expiration for the workflow keys.  Alternative design would be to leverage callback that will automatically call this after last job in workflow completes.
    Dmitry Polyakovksy committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    2908ff1 View commit details
    Browse the repository at this point in the history
  2. updated README with suggestion on how to check whether workflow is ru…

    …nning w particular class name
    Dmitry Polyakovksy committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a97f264 View commit details
    Browse the repository at this point in the history