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

Crunz issue #11 (Debugging enhancement) #14

Closed
wants to merge 7 commits into from
Closed

Crunz issue #11 (Debugging enhancement) #14

wants to merge 7 commits into from

Conversation

olivervoros
Copy link

This should solve issue number #11.

1, Adding the -f or --force flag to the schedule:run command force runs the task(s) immediately regardless of the timing of the task(s)

2, Adding the -t or --task flag to the schedule:run command indicates which task number from schedule:list is to be run now

So for example:
schedule:run runs all tasks which are due
schedule:run -f runs all tasks regardless of their timing
schedule:run -t1 runs task number 1 from schedule:list if it exist and it is due
schedule:run -t1 -f runs task number 1 from schedule:list if it exists regardless of the task’s timing

@HMAZonderland
Copy link

Users should have the option to force some tasks to run regardless of the set time.

@PabloKowalczyk
Copy link
Collaborator

Thank you @olivervoros, i like this idea. Could you resolve conflicts?

@PabloKowalczyk
Copy link
Collaborator

Already implemented in #120 and #129.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants