komuw / wiji

Wiji is an asyncio distributed task processor/queue.
MIT License
4 stars 1 forks source link

better error messages #53

Closed komuw closed 5 years ago

komuw commented 5 years ago

instead of;

 "The method: `run` of a class derived from: `wiji.task.Task` should be a python coroutine."

we should mention the task name.

ValueError: Task: BlockingDiskIOTask. The method: `run` of a class derived from: `wiji.task.Task` should be a python coroutine.
komuw commented 5 years ago