fix(django-apps/timers): avoid socket suppression #312

Merged
thubrecht merged 1 commit from django-timers into main 2025-02-26 08:51:00 +01:00
Member
No description provided.
lbailly added 1 commit 2025-02-25 11:33:12 +01:00
fix(django-apps/timers): avoid socket suppression
All checks were successful
Check meta / check_meta (pull_request) Successful in 15s
Check workflows / check_workflows (pull_request) Successful in 16s
Run pre-commit on all files / pre-commit (push) Successful in 36s
Check meta / check_dns (pull_request) Successful in 18s
Build all the nodes / ap01 (pull_request) Successful in 30s
Build all the nodes / netaccess01 (pull_request) Successful in 20s
Build all the nodes / netcore01 (pull_request) Successful in 43s
Build all the nodes / netcore02 (pull_request) Successful in 42s
Build all the nodes / build01 (pull_request) Successful in 1m49s
Build all the nodes / geo02 (pull_request) Successful in 1m50s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m18s
Build all the nodes / bridge01 (pull_request) Successful in 2m20s
Build all the nodes / geo01 (pull_request) Successful in 2m22s
Build all the nodes / storage01 (pull_request) Successful in 1m54s
Build the shell / build-shell (pull_request) Successful in 24s
Build all the nodes / rescue01 (pull_request) Successful in 2m11s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / tower01 (pull_request) Successful in 1m47s
Build all the nodes / compute01 (pull_request) Successful in 2m58s
Build all the nodes / vault01 (pull_request) Successful in 2m0s
Build all the nodes / web03 (pull_request) Successful in 1m52s
Build all the nodes / web02 (pull_request) Successful in 1m59s
Build all the nodes / web01 (pull_request) Successful in 2m35s
9d597ce107
lbailly force-pushed django-timers from 9d597ce107 to 0558b48aaa 2025-02-25 11:37:21 +01:00 Compare
Author
Member

Idéalement faudrait faire en sorte qu'elles aient quand même le RuntimeDirectory... Initialement j'avais misRuntimeDirectoryPreserve=true mais ça n'a pas marché, j'ai pas tester avec ="yes" (qui est indiqué dans la doc) tho

Idéalement faudrait faire en sorte qu'elles aient quand même le `RuntimeDirectory`... Initialement j'avais mis`RuntimeDirectoryPreserve=true` mais ça n'a pas marché, j'ai pas tester avec `="yes"` (qui est indiqué dans la doc) tho
Owner

@lbailly wrote in #312 (comment):

Idéalement faudrait faire en sorte qu'elles aient quand même le RuntimeDirectory... Initialement j'avais misRuntimeDirectoryPreserve=true mais ça n'a pas marché, j'ai pas tester avec ="yes" (qui est indiqué dans la doc) tho

Le true est transformé en yes par NixOS

@lbailly wrote in https://git.dgnum.eu/DGNum/infrastructure/pulls/312#issuecomment-12445: > Idéalement faudrait faire en sorte qu'elles aient quand même le `RuntimeDirectory`... Initialement j'avais mis`RuntimeDirectoryPreserve=true` mais ça n'a pas marché, j'ai pas tester avec `="yes"` (qui est indiqué dans la doc) tho Le true est transformé en yes par NixOS
thubrecht merged commit 0558b48aaa into main 2025-02-26 08:51:00 +01:00
thubrecht deleted branch django-timers 2025-02-26 08:51:00 +01:00
Author
Member

@thubrecht wrote in #312 (comment):

@lbailly wrote in #312 (comment):

Idéalement faudrait faire en sorte qu'elles aient quand même le RuntimeDirectory... Initialement j'avais misRuntimeDirectoryPreserve=true mais ça n'a pas marché, j'ai pas tester avec ="yes" (qui est indiqué dans la doc) tho

Le true est transformé en yes par NixOS

non, je suis aller voir le résultat c'était "=true"

@thubrecht wrote in https://git.dgnum.eu/DGNum/infrastructure/pulls/312#issuecomment-12462: > @lbailly wrote in #312 (comment): > > > Idéalement faudrait faire en sorte qu'elles aient quand même le `RuntimeDirectory`... Initialement j'avais mis`RuntimeDirectoryPreserve=true` mais ça n'a pas marché, j'ai pas tester avec `="yes"` (qui est indiqué dans la doc) tho > > Le true est transformé en yes par NixOS non, je suis aller voir le résultat c'était "=true"
Sign in to join this conversation.
No description provided.