Jump to content

Jobs Notification Bug


tokejepsen

Recommended Posts

Quote

This sounds very strange, can you reproduce this repeatedly ?

Yup, can reproduce with this action; https://bitbucket.org/tokejepsen/ftrack-hooks/src/b636c49593d667b44cd25c3db404ebfe1393b141/generate_titles.py?fileviewer=file-view-default

Quote

Do you get the same issue if you export e.g. a spreadsheet?

No I don't get the same issue. Very odd.

Link to comment
Share on other sites

I've spent quite some time debugging this issue now and I've found the issue.

You can work around it by first creating the job as queued and then updating the status:

job = ftrack.createJob('Generating Titles', 'queued', user)
job.setStatus('running')

We will start investigating what it would take to fix this.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...