Hi,
When you run an FME Server workspace, you can specify a Job Queue. Is it not possible to specify a Job Queue when running the job via the Job Submitter/Data Streaming/etc. URL? Thanks.
Hi,
When you run an FME Server workspace, you can specify a Job Queue. Is it not possible to specify a Job Queue when running the job via the Job Submitter/Data Streaming/etc. URL? Thanks.
Hi @dbaldacchino,
You can use the tm_tag directive to send a job to a certain queue when submitting it via a webhook URL.
Please see the Job Directives page of our documentation for more information on this.
Hi @dbaldacchino,
You can use the tm_tag directive to send a job to a certain queue when submitting it via a webhook URL.
Please see the Job Directives page of our documentation for more information on this.
Thanks a lot @hollyatsafe, I missed that. First time working with Job Queues if you can believe that :)
Thanks a lot @hollyatsafe, I missed that. First time working with Job Queues if you can believe that :)
Wow! Job Queues were new in 2018 and prior to that we used something called Job Priority which used the tag terminology. Therefore because this field was already exposed we couldn't replace it, so my tip is if you are looking to work with queues outside of the Web UI, e.g. via Webhook URLs or the Rest API, it's worth looking into tag references. Hopefully that will help with exploring this :)
Wow! Job Queues were new in 2018 and prior to that we used something called Job Priority which used the tag terminology. Therefore because this field was already exposed we couldn't replace it, so my tip is if you are looking to work with queues outside of the Web UI, e.g. via Webhook URLs or the Rest API, it's worth looking into tag references. Hopefully that will help with exploring this :)
Well since we only had 1 engine, we couldn't really use this feature although we were always aware of it I am testing with Dynamic engines by creating a specific job queue to process workspaces that are part of a "batch" process and they're working great so far!