You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After rendering an image from a url, you might want to remove the js file for that particular render because doing a $instance->jobs->clean() operation might delete a js file for another image that is yet to start rendering.
Adding this feature will make sense especially when rendering is done on demand and not by some cron job.
I propose we have something like: $instance->job->clean()
The text was updated successfully, but these errors were encountered:
After rendering an image from a url, you might want to remove the js file for that particular render because doing a
$instance->jobs->clean()
operation might delete a js file for another image that is yet to start rendering.Adding this feature will make sense especially when rendering is done on demand and not by some cron job.
I propose we have something like:
$instance->job->clean()
The text was updated successfully, but these errors were encountered: