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

[5.1] Web cron scheduler does not tigger tasks at all #43490

Closed
wants to merge 5 commits into from

Conversation

zero-24
Copy link
Contributor

@zero-24 zero-24 commented May 19, 2024

Summary of Changes

Make sure the Web cron scheduler does actually tigger tasks

Testing Instructions

  • Setup 5.1.0
  • System -> Scheduled Tasks -> Options -> Disable Lazy Sheduler
  • System -> Scheduled Tasks -> Options -> Enable CRON Sheduler
  • Trigger the CRON Sheduler for example via curl or other external tool
  • Notice that nothing will be triggered

Actual result BEFORE applying this Pull Request

Before the patch the triggered method requires an $id to be passed which is not aviable when calling it from the web cron

Expected result AFTER applying this Pull Request

With that patch we are taking the code from the CLI Runner and trigger the tasks based on priority one by one.

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

@zero-24 zero-24 closed this May 31, 2024
@zero-24 zero-24 deleted the webcron branch May 31, 2024 20:48
@zero-24 zero-24 restored the webcron branch May 31, 2024 20:51
@zero-24 zero-24 deleted the webcron branch May 31, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants