Menu

Post image 1
Post image 2
1 / 2
0

How GBase 8a Resource Plans Bind to Time Schedules

DEV Community·Michael·18 days ago
#cTUiQVrE
Reading 0:00
15s threshold

Resource plans in GBase 8a (e.g., plan_day , plan_night ) are not directly bound to time and do not support cron expressions . Their automated switching relies entirely on external schedulers — such as Linux crontab — that execute ACTIVE / DEACTIVE commands at the right moment. Core Mechanism: External Trigger, Internal Execution A resource plan is just a "policy container" — it takes effect only when activated ( ACTIVE ). GBase 8a has no built‑in timer, so the full automation chain is: External scheduler (crontab, etc.) fires at the scheduled time. A script connects to the database and runs the ACTIVE / DEACTIVE RESOURCE PLAN command. The plan swap takes effect.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More