Let's say that I have hundreds of jobs in the FME Server queue and that these jobs notify a specific topic (JOB_FAILED) on failure.
If I publish a workspace to the Notification service (subscribing to the JOB_FAILED topic), the triggered workspace will be placed in the queue at lowest priority letting me know that there is an issue only when all my jobs already queued are completed.
Currently, I can work around this by appending &tm_priority=10 to the target URL of the push subscription but I have to do this manually each time I publish the workspace.

