-
기존에 배포된 경험치모듈(메달시스템) 의 경우에도 이러한 문제가 있어서 알림센터 알림을 발생하는 파일을 crontab에서 http로 실행하여 웹상에서 함수가 실행된 것과 동일하게 처리하여 문제를 회피 했습니다.
다른 모듈에서 이번에 다시 시도를 해 보았으나 동일하게 php 파일 자체를 실행한 경우 해당 회원의 캐시가 갱신되지 않아 새로 발생한 알림을…
-
Document:
Required document for crontab that werequire "yugabyte" user in "cron.allow" in /etc/cron.allow
-- example--
[yugabyte@yugadb-node1 ~]$ crontab -l
#Ansible: cleanup core files hou…
-
The interface for this could be:
``` php
use Tictock\Scheduler\SchedulerFactory;
$factory = new SchedulerFactory();
$scheduler = $factory->create();
$scheduler->scheduled(); // returns array of com…
-
I'm on webmin 1.881 - ubuntu 16.04.3
I've configured some scheduled postgresql backups on a daily basis at midnight. Manually launching the backups from inside webmin session works as expected.
…
-
Hi. Let's say you have something like this in a puppet manifest:
```
cron { "pointlessly-store-my-hostname":
command => "echo $::hostname > /var/tmp/myhostname",
user => 'root',
…
-
Используя Zapret v67-20241030 на OpenWrt 23.05.5 имеем такую картину:
`Blacklist update mode: user entries only` (и нет настройки смены режима)
`Update blacklist [Update]` (кнопка неактивна при обои…
-
I think the problem comes from settings.py
```python
CRONJOBS = [
('0 0 * * *', 'freego.cron.updatedb')
]
```
Doing `python manage.py crontab show` gives active jobs `4352ef0f6fe98d93b9d2f…
-
I used to configure weekly system-ony updates via `/etc/crontab`, the initially recommended way (e.g. `18 5 * * 7 root barracuda up-stable system`). Later the `_AUTO_UP_WEEKLY` etc. upgrade method was…
-
#### Description
We create backups in PostgreSQL via action create-backup as a shell script in crontab.
It would be nice to have a way to monitor via Prometheus if backup failed or not as well a…
-
currently, the sensors data are acquired thru the getXXX() function from function.php
ex. getTemperature()
if one want to change the hardware, he needs to rewrite the related code
would be good to im…