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
I try to use cleanupTemporaryFiles() but it doesn't work. I have a job that runs in the background using workers and I tried to put this method inside onProgress ( there is no documentation how to use it ).
But this isn't working....the temporary files are still there.
Should I just chain this method here, like this, and he will know to delete temp files only after everything is done?
Hello,
I try to use
cleanupTemporaryFiles()
but it doesn't work. I have a job that runs in the background using workers and I tried to put this method insideonProgress
( there is no documentation how to use it ).But this isn't working....the temporary files are still there.
Should I just chain this method here, like this, and he will know to delete temp files only after everything is done?
Thank you
The text was updated successfully, but these errors were encountered: