Documentation
¶
Index ¶
Constants ¶
View Source
const DATABASE_SQLLITE_FILE_NAME = "GFLOW_DATABASE_SQLLITE_FILE_NAME"
View Source
const DATABASE_TYPE = "GFLOW_DATABASE_TYPE"
View Source
const DATABASE_TYPE_MYSQL = "MYSQL"
View Source
const DATABASE_TYPE_POSTGRES = "POSTGRES"
View Source
const DATABASE_TYPE_SQLLITE = "SQLLITE"
View Source
const DATABASE_URL = "GFLOW_DATABASE_URL"
View Source
const ENGINE_BATCH_SIZE = "GFLOW_ENGINE_BATCH_SIZE" //number of workflows to pull from the database at a time
View Source
const ENGINE_CHECK_DB_INTERVAL = "GFLOW_ENGINE_CHECK_DB_INTERVAL"
View Source
const ENGINE_EXECUTOR_GROUP = "GFLOW_ENGINE_EXECUTOR_GROUP" //the group id of the exexutor that it will process jobs from
View Source
const ENGINE_EXECUTOR_SIZE = "GFLOW_ENGINE_EXECUTOR_SIZE" //number of workers to run ie the parallel nature of the jobs
View Source
const ENGINE_SERVER_WEB_PORT = "GFLOW_ENGINE_SERVER_WEB_PORT"
View Source
const ENGINE_STUCK_WORKFLOWS_INTERVAL = "GFLOW_ENGINE_STUCK_WORKFLOWS_INTERVAL"
View Source
const ENGINE_STUCK_WORKFLOWS_REPAIR_AFTER_MINUTES = "GFLOW_ENGINE_STUCK_WORKFLOWS_REPAIR_AFTER_MINUTES"
View Source
const WEB_SESSION_EXPIRY_HOURS = "GFLOW_WEB_SESSION_EXPIRY_HOURS"
Variables ¶
This section is empty.
Functions ¶
func GetSystemSettingInteger ¶
func GetSystemSettingString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.