Add telemetry task identified by `id` at time t. Implementations must ensure that Add returns fast.
(ctx context.Context, id string, t time.Time, replace bool)
| 37 | // Add telemetry task identified by `id` at time t. |
| 38 | // Implementations must ensure that Add returns fast. |
| 39 | Add(ctx context.Context, id string, t time.Time, replace bool) error |
| 40 | |
| 41 | // RegisterCallback registers a callback that is called when a task is popped. |
| 42 | // All callbacks should be registered before the dispatch of the tasks in the queue, otherwise they are proned to |
no outgoing calls