Add task path validation

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-14 16:42:52 -04:00
parent d338da5491
commit ebf8cbdd62
4 changed files with 18 additions and 2 deletions

View File

@@ -569,6 +569,7 @@ Other changes
* Move queue and task registration to the CeleryQueue class.
The .queues.py module is now loaded automatically.
* Allow setting the Docker user UID and GUID.
* Add task path validation.
Removals