AI-Planning / AI-Planning/planning-as-a-service
Async removal of files once celery tasks have finished
Open
- Dominant language
- Python
- Stars
- 43
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Want to find out if there's an async way of removing files once celery tasks have finished, something similar to what's there in function [check_task](https://github.com/AI-Planning/planning-as-a-service/blob/master/server/api/app.py#L77)
- os.remove( pddl_files.path(filename_domain) )
- os.remove( pddl_files.path(filename_problem) )
And other relevant temp files that are used
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.