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

Add ability to run given task from schedule and to force task(s) to be run immediately #514

Merged
merged 2 commits into from
Jan 23, 2022

Conversation

girardinsamuel
Copy link
Contributor

Fixes #513

  • We can now run python craft schedule:run --task MyTask to run a specific task in the schedule.
  • We can additionally force the task to run even if it should not be ran right now with --force flag.

@girardinsamuel girardinsamuel changed the title Feat/513 Add ability to run given task from schedule and to force task(s) to be run immediately Jan 23, 2022
@josephmancuso josephmancuso merged commit 1d84623 into MasoniteFramework:4.0 Jan 23, 2022
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.

Add a way to run a task directly without schedule
2 participants