A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day. Flow do you implement this use case?
A.
Create a queue processor that can process orders received by the company.
B.
Create one scheduled job and set its run schedule to multiple times a day.
C.
Create scheduled jobs, one for each run, that can process accumulated orders.
D.
Create batches of orders and send each batch for processing when it gets full.
Queue processors can queue task using Run in Background automation or Queue-for-processing method in activity, and it will run immediately or delayed based on type of queue processor. Queue processor does not suit current use case because it is required to process orders multiple times a day which can be configured in job processor, which is meant for this purpose
Job schedulers are perfect for these batch jobs which run at frequent and predictable increments, think of queue processors as more on demand processing
upvoted 3 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Pino_Mandolino
1 year, 3 months agoshinchanpixie
1 year, 3 months agomozzey121
1 year, 2 months ago