Closed DavidNix closed 1 year ago
This is more personal preference. When I think of "job", I think of some background worker or job queue. Task sits better with me.
With Go, it's easy to rename types and variables.
This refactor only renames; no logic or feature additions.
I'm also thinking of one more error metric:
sl_exporter_task_failed_total
This means entire tasks have failed which in turn means we should reevaluate config like API nodes.
This is more personal preference. When I think of "job", I think of some background worker or job queue. Task sits better with me.
With Go, it's easy to rename types and variables.
This refactor only renames; no logic or feature additions.
I'm also thinking of one more error metric:
This means entire tasks have failed which in turn means we should reevaluate config like API nodes.