Say for example, an accounting service has a need to schedule ledger update jobs,
- should the accounting service include it's own scheduler? or,
- should job scheduling be a shared service?
I guess option (a) makes the service more autonomous?
What other criteria should be involved in making the decision?