lumoslabs / scripterator

Lightweight script harness and DSL for iterating over and running operations on ActiveRecord model records
MIT License
10 stars 1 forks source link

Feature request: parameter to ignore and clean redis keys of incoming ids #6

Open cfurrow opened 10 years ago

cfurrow commented 10 years ago

When a script needs to be run more than once, it would be ideal to supply an option to the scripterator script to ignore the incoming IDs presence in either the 'checked' or 'failed' redis sets for this script, and additionally clear out the ID from the redis sets before running.

cfurrow commented 9 years ago

Maybe a RERUN=true env var.