Last active
August 14, 2017 17:50
-
-
Save pranavkulkarni/5a028fdd8464517445036dc410af73fc to your computer and use it in GitHub Desktop.
Sample job content received by worker from RabbitMQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "94ac5cc0-80fb-11e7-a2b2-3f679765d1f6", | |
"name": "validate", | |
"data": { | |
"jobName": "record-count", | |
"jobType": "validate", | |
"layerId": "d881574cc37a457c895bc98e92a7cdf3_0", | |
"datasetId": "d881574cc37a457c895bc98e92a7cdf3", | |
"jobOptions": { | |
"startIn": 10, | |
"retryLimit": 2 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment