AI-Planning / AI-Planning/planning-as-a-service
Async removal of files once celery tasks have finished
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 43
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.