How do you implement this use case?

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.

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments