You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
typeWorkerinterface {
// Start the worker with the given contextGetID() string// Start the worker with the given contextStart(context.Context) error// Stop the workerStop() error// AddJob to the workers queueAddJob(interface{}) error// ScheduleJobScheduleJob(interface{}, time.Time) error// JobHandlerJobHandler(func(interface{})) error// OnCloseOnClose(func())
// SetMetadata sets arbitrary metadata valuesSetMetadata(interface{})
// GetMetadata gets metadataGetMetadata(interface{})
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: