Tag

CronJob

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Mar 13, 2023 · Backend Development

Scheduling PHP Scripts on Linux and Windows: Cron, Batch Files, and ignore_user_abort Loops

This article explains how to set up PHP scheduled tasks on Linux using crontab, on Windows using batch files, and how to implement custom loops with ignore_user_abort and sleep, while also covering non‑blocking requests with fsockopen and providing full code examples.

CronCronJobLinux
0 likes · 10 min read
Scheduling PHP Scripts on Linux and Windows: Cron, Batch Files, and ignore_user_abort Loops
Ops Development Stories
Ops Development Stories
Aug 22, 2022 · Cloud Native

Mastering Kubernetes Controllers: Deployments, DaemonSets, Jobs & CronJobs Explained

This guide walks through Kubernetes' core controllers—Deployment, DaemonSet, Job, and CronJob—showing how they manage Pods, how to create and update them with YAML manifests, scale workloads, perform rolling updates, and safely roll back changes, all with practical command‑line examples.

CronJobDaemonSetJob
0 likes · 23 min read
Mastering Kubernetes Controllers: Deployments, DaemonSets, Jobs & CronJobs Explained
Zuoyebang Tech Team
Zuoyebang Tech Team
May 27, 2022 · Cloud Native

How We Scaled 10,000+ K8s CronJobs with Serverless and Solved Node Instability

This article describes the challenges encountered when migrating tens of thousands of Kubernetes cronjobs from VMs to a cluster—node instability, low resource utilization, and scheduling delays—and explains how introducing a serverless architecture with virtual nodes, a custom job scheduler, unified logging and monitoring, and sandbox reuse restored stability, improved performance, and reduced resource costs by about 70%.

CronJobKubernetesResource optimization
0 likes · 9 min read
How We Scaled 10,000+ K8s CronJobs with Serverless and Solved Node Instability
Tencent Cloud Developer
Tencent Cloud Developer
Dec 8, 2021 · Cloud Native

Using Tencent Cloud EKS Virtual Nodes to Solve CronJob Isolation and Scheduling Challenges

By offloading thousands of short‑lived CronJob pods to Tencent Cloud EKS serverless virtual nodes, Zuoyebang isolated them from online services, eliminated IP waste, achieved millisecond‑level parallel scheduling and sub‑3‑second startup, freed 10 % of cluster resources and cut scheduling costs by roughly 70 % while markedly improving cluster stability.

CronJobKubernetesTask Scheduling
0 likes · 10 min read
Using Tencent Cloud EKS Virtual Nodes to Solve CronJob Isolation and Scheduling Challenges