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

Better debugging support #12

Open
amazeika opened this issue May 18, 2022 · 0 comments
Open

Better debugging support #12

amazeika opened this issue May 18, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@amazeika
Copy link
Member

Problem

Debugging any scheduler job is not an easy task at the moment because we need to either wait for it to execute a job when the time comes or we have to trick the component to execute those jobs at demand (this is quite tedious).

Proposal

  1. Append XDEBUG_SESSION_START=1 into the scheduler URL so that these requests may be debugged. This can be done when debugging is enabled in the site.
  2. Make use of a configurable constant (or any other configurable property/variable) to force scheduler to run every single time regardless of its previous runs.
@amazeika amazeika added this to the 1.3 milestone May 18, 2022
@amazeika amazeika self-assigned this May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant