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

# Functions

No description provided by the author
NewEvent initializes new event.

# 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.

# Type aliases

No description provided by the author