Auto-pause internal work during lunch
This commit is contained in:
parent
c6a7e0dd0b
commit
ff41a8bd4e
4 changed files with 115 additions and 0 deletions
|
|
@ -10,4 +10,11 @@ crons.interval(
|
|||
{}
|
||||
)
|
||||
|
||||
crons.daily(
|
||||
"auto-pause-internal-lunch",
|
||||
{ hourUTC: 15, minuteUTC: 0 },
|
||||
api.tickets.pauseInternalSessionsForLunch,
|
||||
{}
|
||||
)
|
||||
|
||||
export default crons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue