package
3.2.0
Repository: https://github.com/roadrunner-server/sdk.git
Documentation: pkg.go.dev

# Functions

NewEvent initializes new event.
No description provided by the author

# Constants

EventExecTTL triggered when worker spends too much time doing the task (max_execution_time).
EventIdleTTL triggered when worker spends too much time at rest.
EventMaxMemory caused when worker consumes more memory than allowed.
EventNoFreeWorkers triggered when there are no free workers in the stack and timeout for worker allocate elapsed.
EventTTL thrown when worker is removed due TTL being reached.
EventWorkerConstruct thrown when new worker is spawned.
EventWorkerDestruct thrown after worker destruction.
EventWorkerError triggered after WorkerProcess.
EventWorkerProcessExit triggered on process wait exit.
EventWorkerStderr is the worker standard error output.
EventWorkerStopped triggered when worker gracefully stopped.
EventWorkerWaitExit is the worker exit event.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author