Open BartlomiejSkwira opened 7 years ago
The status command is really useful. An addendum to this would be a possibility to fire a task based on its timestamp.
status
Suggested syntax:
rake after_party:20161213130608
or as in Rails migrations
rake after_party:run VERSION=20161213130608
It would be a great addition as we have lots of tasks with the same name.
Great idea
The
status
command is really useful. An addendum to this would be a possibility to fire a task based on its timestamp.Suggested syntax:
or as in Rails migrations