Question

Setting Job Directives in Workspace

  • 5 February 2018
  • 1 reply
  • 1 view

Badge +14

Looking for a way to preset job directives in a workspace so customers don't have to set them. Can you do that with FME_SERVER_REQUEST_PARAMETERS or another parameter in workbench before uploading it, or is there a config/setting somewhere in the web UI to change it?

Use case: Have customers hit the data streaming url endpoint which submits the job, but jobs get submitted with a 100 priority tag, so sometimes they don't complete in the needed time frame. Don't want to have customers set priority or other job directive tags because they could potentially stop other critical jobs needed to run.


1 reply

Userlevel 4

I don't it's possible to set a per-workspace default priority, unfortunately.

A workaround could be to use engine queue tags. You can associate all workspaces in a repository with a specific queue tag and reserve an engine for those tags.

Reply