The task has invalid data or ain't properly constructed.
| 253 | |
| 254 | |
| 255 | class InvalidTaskError(TaskError): |
| 256 | """The task has invalid data or ain't properly constructed.""" |
| 257 | |
| 258 | |
| 259 | class ChordError(TaskError): |
no outgoing calls
searching dependent graphs…