Self-hosted
Services
Event Worker

Event Worker

The Event Worker is a core component of the ctrlplane application, it is responsible for processing events from the event bus.

Deployment

Technology:

Environment Variables

VariableDefaultDescriptionOptional
POSTGRES_URLpostgresql://ctrlplane:ctrlplane@127.0.0.1:5432/ctrlplaneURL for connecting to the PostgreSQL database.No
REDIS_URLredis://127.0.0.1:6379URL for connecting to the Redis database.No
GITHUB_URLhttps://github.com (opens in a new tab)URL for GitHub integration.Yes
GITHUB_BOT_NAMEName of the GitHub bot.Yes
GITHUB_BOT_PRIVATE_KEYPrivate key for the GitHub bot.Yes
GITHUB_BOT_CLIENT_IDClient ID for the GitHub bot.Yes
GITHUB_BOT_CLIENT_SECRETClient secret for the GitHub bot.Yes
GITHUB_BOT_APP_IDApp ID for the GitHub bot.Yes
Ctrlplane
© 2024 Ctrlplane. All rights reserved.