Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

When developing a new scheduled task or changing existing one it's always important to test, that it works correctly. Each scheduled task has underlying event (e.g. "email-log:OnRotate" event for "rotate_email_logs" scheduled task). To be able to debug underlying event developer needs to form an url, that looks like this:

The way how event, associated with scheduled task, is transformed into url, used for it's debugging is pretty obvious, but still requires some effort each time a developer needs to debug it a scheduled task.

To ease that burden I'm proposing (only, when debug mode is enabled) to have event name as a link to it's debugging, that would be opened in a new window.

  • No labels