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