Method RemoveRecurringAsync
- Namespace
- Millrace.Storage.PostgreSql
- Assembly
- Millrace.Storage.PostgreSql.dll
RemoveRecurringAsync(string, CancellationToken)
Removes a recurring definition.
public ValueTask RemoveRecurringAsync(string id, CancellationToken ct)
Parameters
idstringctCancellationToken
Returns
Remarks
The definition only. Jobs it already fired are ordinary jobs by then and are left alone, keeping the RecurringId that names it — the link is provenance, so a removed schedule leaves a readable history rather than dangling references or a cascade.