theSteveMitchell / after_party

Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
MIT License
241 stars 50 forks source link

[feature request] Rerun a task based on its timestamp #31

Open BartlomiejSkwira opened 7 years ago

BartlomiejSkwira commented 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.

Suggested syntax:

rake after_party:20161213130608

or as in Rails migrations

rake after_party:run VERSION=20161213130608
pjar commented 7 years ago

It would be a great addition as we have lots of tasks with the same name.

michaelirey commented 6 years ago

Great idea