screen icon indicating copy to clipboard operation
screen copied to clipboard

Cannot delete js file after rendring

Open heavensloop opened this issue 6 years ago • 0 comments

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()

heavensloop avatar Jan 22 '19 03:01 heavensloop