Changed the SendFinalEmailToReceiversAsync method to use a sequential `foreach` loop instead of `Task.WhenAll` for sending history commands. Added a null check for receiver emails to prevent potential exceptions.
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"FinishEnvelopeJob": {
|
|
"CronExpression": "0 0/1 * 1/1 * ? *"
|
|
},
|
|
"EnvelopeTaskApiJob": {
|
|
"CronExpression": "0 0/1 * 1/1 * ? *"
|
|
}
|
|
"Expressions": {
|
|
"PerSec": "* * * * * ?"
|
|
}
|
|
} |