UML sequence diagram: how do i draw cron job?

前端 未结 1 764
攒了一身酷
攒了一身酷 2021-01-01 17:03

I\'m developing an application that takes advantages of restaurants\' dataset. Each week my system will run a CRON job in order to synchronize the restaurants that are avail

相关标签:
1条回答
  • 2021-01-01 17:35

    The actor would be some scheduler (or you can use the Cron object if you like). The target would be your Synchronizer object doing all that fancy web scanning.

    You can use a loop fragment to show the repetition. A simple note would do as well :-)

    0 讨论(0)
提交回复
热议问题