ИЛ
Size: a a a
ИЛ
L
ИЛ
AP
AK
function mymodule_helper_cron() {
if(\Drupal::service('lock.persistent')->acquire('mymodule.cron.6hours', 60*60*6 )) {
// Run my per-6-hours cron
}
}
AK
REQUEST_TIME
используют - фу! =)AP
function mymodule_helper_cron() {
if(\Drupal::service('lock.persistent')->acquire('mymodule.cron.6hours', 60*60*6 )) {
// Run my per-6-hours cron
}
}
AP
function mymodule_helper_cron() {
if(\Drupal::service('lock.persistent')->acquire('mymodule.cron.6hours', 60*60*6 )) {
// Run my per-6-hours cron
}
}
AK
AP
AP
AK
AK
M
✅Я
VS
✅Я
S
d