이것은 페이지 Task Queueing
를 삭제할 것입니다. 다시 한번 확인하세요.
Tasks is a MongoDB collection.
A task will include keys relevant to game logic:
And also keys relevant to the task management system:
Where a task's timeout has been exceeded (calculated by claimed_at + timeout), the task should be released on behalf of the bot so it can be picked up by another. This will be done via the master program sending a termination singal to the bot, which will unlock the task and restart itself. This might require use of the network.
이것은 페이지 Task Queueing
를 삭제할 것입니다. 다시 한번 확인하세요.