The customer, a medium size toy maker, wants to fulfill orders received during the peak season in December and process them in batches multiple times a day. How 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 select its run schedule as multiple times a day.
C.
Create batches of orders and send each batch for processing when it gets full.
D.
Create scheduled jobs, one for each run, that can process accumulated orders.
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.
phofstee
Highly Voted 4 years, 5 months agoRobJob
Most Recent 2 years, 9 months ago