#cron — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cron, aggregated by home.social.
-
Heartbeat-мониторинг cron-job'ов: dead-man-switch на FastAPI
Обычный uptime-мониторинг проверяет, отвечает ли сервис на запросы. Cron-job ничего не отвечает — он запускается раз в N часов, делает работу и молча завершается. Если cron перестал запускаться (uptime daemon упал, машина в read-only mode после fsck, disk full) — обычный мониторинг этого не видит. Решение известно с 70-х — паттерн dead-man-switch (он же heartbeat). Я недавно делал heartbeat-эндпоинты для Valpero. Здесь разберу серверную часть на FastAPI + клиентский bash-pattern, и edge-кейсы которые их ломают. В конце готовый код, который можно адаптировать под свой стек.
https://habr.com/ru/articles/1035624/
#cron #heartbeat #deadmanswitch #monitoring #alerting #bash #FastAPI #Celery #devops #linux
-
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
𝗖𝗿𝗼𝗻𝗠𝗮𝘀𝘁𝗲𝗿:
https://thewhale.cc/posts/cronmaster
Cronmaster is a Dockerized Task Manager free and open-source.
-
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
Почему я написал Ёбифай: свой планировщик для фоновых задач на Python
Но очень быстро оказывается, что настоящая сложность не в самих задачах, а в инфраструктуре вокруг них. Сначала хочется просто запускать код в фоне. Потом появляются ретраи, таймауты, логирование, контроль выполнения. Ещё чуть позже всплывают совсем неприятные вопросы: что делать с пропущенными запусками после рестарта, как не дублировать задачи и где вообще должна жить логика планирования. В какой-то момент становится очевидно:
https://habr.com/ru/articles/1018646/
#scheduler #cron #crontab #cronjob #background_job #background_jobs #asyncio
-
Как мы устали настраивать Crontab и сделали свой cron-manager
В какой-то момент cron-заданий становится много, появляются сложные зависимости между скриптами, когда результат выполнение одного важен для начала работы другого. Балансировать такую историю доводится сис.админу, DevOps'у или разработчику. С этого и начинается наш рассказ.
https://habr.com/ru/articles/1003006/
#cron #crontab #cronjob #cronjob #продукт #продуктовая_разработка
-
Learn How Malware Survives Reboots and Cleanup Using Cron Persistence Technique in Linux Systems.
Full Details Here: https://ostechnix.com/cron-persistence-linux-malware/
#CronPersistence #Malware #Cronjob #Cron #LinuxSecurity #MitreAttack #Linux
-
Kollege hat eine esoterische Anforderung:
Das System steht auf UTC, also normalisierte Zeit. Aber ein bestimmter Cronjob soll immer um 7 lokaler Zeit (also Europe/Berlin) starten, unabhängig ob CET oder CEST.
Das kann man natürlich hinbekommen, mit Krämpfen undsleep.
Es geht aber einfacher: mit #systemd und timer units, ich sage es ungern.
[Timer] OnCalendar=*-*-* 07:00:00 Europe/Berlin
tut genau das. Das ist praktisch.
#linux #cron #cronjob -
how to delete directories that all start with dir... using bash scripting or any command with the right options #commandline #bash #scripts #cron
-
Пайплайны, bounce-back и cron для ИИ-агентов на одной подписке Google AI
Важный момент: agent-pool - это MCP-сервер, который работает и в IDE, и внутри самого Gemini CLI. Воркер может сам делегировать задачи дальше - создавать подгруппы и запускать своих воркеров. На этом строится вся фрактальная оркестрация.
https://habr.com/ru/articles/1014502/
#mcp #aiagents #geminicli #pipelines #cron #multiagent #orchestration #agentpool #bounceback #googleai
-
Пайплайны, bounce-back и cron для ИИ-агентов на одной подписке Google AI
Важный момент: agent-pool - это MCP-сервер, который работает и в IDE, и внутри самого Gemini CLI. Воркер может сам делегировать задачи дальше - создавать подгруппы и запускать своих воркеров. На этом строится вся фрактальная оркестрация.
https://habr.com/ru/articles/1014502/
#mcp #aiagents #geminicli #pipelines #cron #multiagent #orchestration #agentpool #bounceback #googleai
-
Пайплайны, bounce-back и cron для ИИ-агентов на одной подписке Google AI
Важный момент: agent-pool - это MCP-сервер, который работает и в IDE, и внутри самого Gemini CLI. Воркер может сам делегировать задачи дальше - создавать подгруппы и запускать своих воркеров. На этом строится вся фрактальная оркестрация.
https://habr.com/ru/articles/1014502/
#mcp #aiagents #geminicli #pipelines #cron #multiagent #orchestration #agentpool #bounceback #googleai
-
Пайплайны, bounce-back и cron для ИИ-агентов на одной подписке Google AI
Важный момент: agent-pool - это MCP-сервер, который работает и в IDE, и внутри самого Gemini CLI. Воркер может сам делегировать задачи дальше - создавать подгруппы и запускать своих воркеров. На этом строится вся фрактальная оркестрация.
https://habr.com/ru/articles/1014502/
#mcp #aiagents #geminicli #pipelines #cron #multiagent #orchestration #agentpool #bounceback #googleai
-
OpenClaw-Crons brauchen klare Sessions und Zustellung
OpenClaw trennt bei Cron-Jobs klarer zwischen Session-Bindung, isolierten Läufen und Chat-Zustellung.
https://agentenlog.de/posts/2026-05-09-openclaw-cron-delivery-sessions
-
how to delete directories that all start with dir... using bash scripting or any command with the right options #commandline #bash #scripts #cron
-
how to delete directories that all start with dir... using bash scripting or any command with the right options #commandline #bash #scripts #cron
-
how to delete directories that all start with dir... using bash scripting or any command with the right options #commandline #bash #scripts #cron
-
how to delete directories that all start with dir... using bash scripting or any command with the right options #commandline #bash #scripts #cron
-
#Forgejo :forgejo: releases are published according to a fixed release schedule with security announcements between major releases.
Already a year ago, I wrote a small #python script creating an #ics calendar file which can be read by almost any calendar software. Using a scheduled job (e.g., with #cron), I have the always updated calendar in my #Thunderbird.
In the meantime, I forgot about it, but now I want to share it with you (on #Codeberg, of course): https://codeberg.org/mahlzahn/forgejo-releases-ics
-
#Forgejo :forgejo: releases are published according to a fixed release schedule with security announcements between major releases.
Already a year ago, I wrote a small #python script creating an #ics calendar file which can be read by almost any calendar software. Using a scheduled job (e.g., with #cron), I have the always updated calendar in my #Thunderbird.
In the meantime, I forgot about it, but now I want to share it with you (on #Codeberg, of course): https://codeberg.org/mahlzahn/forgejo-releases-ics
-
#Forgejo :forgejo: releases are published according to a fixed release schedule with security announcements between major releases.
Already a year ago, I wrote a small #python script creating an #ics calendar file which can be read by almost any calendar software. Using a scheduled job (e.g., with #cron), I have the always updated calendar in my #Thunderbird.
In the meantime, I forgot about it, but now I want to share it with you (on #Codeberg, of course): https://codeberg.org/mahlzahn/forgejo-releases-ics
-
#Forgejo :forgejo: releases are published according to a fixed release schedule with security announcements between major releases.
Already a year ago, I wrote a small #python script creating an #ics calendar file which can be read by almost any calendar software. Using a scheduled job (e.g., with #cron), I have the always updated calendar in my #Thunderbird.
In the meantime, I forgot about it, but now I want to share it with you (on #Codeberg, of course): https://codeberg.org/mahlzahn/forgejo-releases-ics
-
#Forgejo :forgejo: releases are published according to a fixed release schedule with security announcements between major releases.
Already a year ago, I wrote a small #python script creating an #ics calendar file which can be read by almost any calendar software. Using a scheduled job (e.g., with #cron), I have the always updated calendar in my #Thunderbird.
In the meantime, I forgot about it, but now I want to share it with you (on #Codeberg, of course): https://codeberg.org/mahlzahn/forgejo-releases-ics
-
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
Cron Task Scheduling Issue #cron
-
Cron Task Scheduling Issue #cron
-
Cron Task Scheduling Issue #cron
-
Cron Task Scheduling Issue #cron
-
Cron Task Scheduling Issue #cron
-
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
How to Create #PHP #Cron Jobs on Linux Server
This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 https://blog.radwebhosting.com/create-php-cron-jobs-on-linux-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #cronjob -
Special thanks to @amureki for better #Sentry support in #Django CronTask.
Thanks @getsentry for replying so quickly to our questions.
-
Special thanks to @amureki for better #Sentry support in #Django CronTask.
Thanks @getsentry for replying so quickly to our questions.