Yizhe
Python import randomly fails
Here's my script:
When I execute it, about 60% of the time it fails with the following error messages:
Tweaking
#requirement psd_tools
doesn't help. Other dependencies don't work as well. I cannot reproduce it reliably.8 replies
How to trigger a user-specific webhook when a job completes?
I'm triggering my scripts via API, and I have a webhook provided by another service where I want to send the result of my scripts. Is there a way to accomplish that without sending an HTTP request myself?
Alternatively, is there a way to "subscribe" to a job so that I get notified when it completes without repeatedly polling its status?
2 replies