-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implementing new job init- merge tiles tasks creation(MAPCO-4348) #5
Conversation
add maxAttempts configuration for tasks and validate it before processing jobs |
Go through all logs that print the entire job (info level) and change it to 'debug' - add info logs with the specific important fields like: 'jobId', 'taskId' etc... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: if there is no support job handler for the dequeued job type, reject the task as unrecoverable |
Further information:
Implementing the handleJobInit for NewJobHandler:
Failed