package
0.0.0-20240922115726-5b7b4567a3e2
Repository: https://github.com/nbigot/minijob.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Constants
ServiceEventJobCanceled is an event that is sent when a job is canceled.
ServiceEventJobCreated is an event that is sent when a job is created.
ServiceEventJobDeleted is an event that is sent when a job is deleted.
ServiceEventJobDeletedAll is an event that is sent when all jobs are deleted.
ServiceEventJobEnqueued is an event that is sent when a job is enqueued.
ServiceEventJobHealthcheck is an event that is sent when the healthcheck is called.
ServiceEventJobMetrics is an event that is sent when the metrics are computed.
ServiceEventJobStarted is an event that is sent when a job is started.
ServiceEventJobSucceeded is an event that is sent when a job is succeeded.
ServiceEventJobTimeout is an event that is sent when a job is timeout.
ServiceEventJobUnlockedAllResources is an event that is sent when all resources are unlocked.
ServiceEventJobWatchdog is an event that is sent when the watchdog is called.
ServiceEventShutdown is an event that is sent when the service is shutdown.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
ServiceEventType is a int type that represents the type of event that can be sent by the service.