6e1483545e
Support for message delivering via uri-id
2021-02-14 14:24:48 +00:00
c3398511b4
New table "post-content"
2021-01-30 22:03:53 +00:00
8eb3bddc2a
Reduce the parameter chaos by splitting the update function
2021-01-30 13:31:59 +00:00
90f1175cf5
Setting "maintenance" for pre and post updates
2021-01-30 07:50:20 +00:00
9a9b43bd6c
Fix wrong uses of DI::l10n() in Core\Update
...
- Fix typos in version number in translated messages
2021-01-21 10:36:52 -05:00
4157db5473
"item" is replaced by "post-view" / postupdate check added
2021-01-17 20:32:13 +00:00
df135c31fe
Merge remote-tracking branch 'upstream/develop' into no-frontend-worker
2021-01-07 10:44:12 +00:00
594b1a75b5
Use the correct pid
2021-01-05 21:48:29 +00:00
6ef0f9646f
Set the new pid
2021-01-05 21:39:53 +00:00
2f8e873cc7
Wait for parent
2021-01-05 16:47:55 +00:00
17fbe5c299
Delete IPC entries
2021-01-05 16:01:05 +00:00
7e89bf5af8
Wait for child being ready
2021-01-05 10:18:25 +00:00
69c7e9af20
Let the worker run for an hour in daemon mode
2021-01-04 09:20:44 +00:00
74d7d7e164
Check for childf status
2021-01-03 22:57:25 +00:00
d70d180e4b
Merge remote-tracking branch 'upstream/2020.12-rc' into fork
2021-01-03 10:06:17 +00:00
10b035b51a
Additional worker cooldown
2021-01-02 19:33:50 +00:00
7a03b72060
Improved daemon test
2021-01-02 08:43:55 +00:00
78f67c1e0e
Check for reaching the memory limit
2021-01-01 23:10:38 +00:00
a81ac835a1
The frontend worker is removed
2021-01-01 23:05:26 +00:00
9a6141dcbe
Use "pcntl_fork" to fork processes
2021-01-01 19:35:29 +00:00
5dcc02594c
Some more log levels
2020-12-31 20:44:33 +00:00
d1ea529cfb
Issue 9704: Improved log levels
2020-12-31 20:14:13 +00:00
5f148dcb42
Add temporary console command to fix workerqueue row with corrupted parameter data
...
- It should be reverted just before the 2020.12 release
2020-12-15 00:20:49 -05:00
Michael Vogel
33930b0bd9
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-12-09 06:58:19 +01:00
dd94fb1242
Check for bad worker priorities
2020-12-08 21:58:32 +00:00
edbdfbae6b
workerqueue now has a "command" field
2020-12-03 15:47:50 +00:00
3f3f56db57
Poll interval function moved to feed class, first steps for delayed posts
2020-11-30 05:39:12 +00:00
818c064c0a
The notifications parameters are now simplified
2020-11-25 19:56:39 +00:00
ca823244cc
Don't assume addons must have an *_install function
...
- Module-only addons don't have any
2020-11-21 23:19:03 -05:00
aec9f1ebf0
Remove unused config variable
2020-11-21 15:15:58 +00:00
1de6251627
Code cleaning
2020-11-21 14:58:48 +00:00
Michael Vogel
b40218eb0b
Immediately fail when lock hadn't been acquired to prevent stocked updates
2020-11-21 14:17:14 +01:00
Michael Vogel
2a1c82cf05
Avoid multiple database update mails, changed log level
2020-11-21 13:28:06 +01:00
1bc76fdb6d
Watchdog mode to check if the daemon is running
2020-11-20 19:50:08 +00:00
0edc058a17
Ensure that the daemon is called faster and more reliably
2020-11-18 13:29:10 +00:00
4965d6aa54
The profile page does now shows reshared items
2020-11-03 19:24:47 +00:00
fd0e5cfe48
Added logging for executing child processes
2020-10-24 18:40:15 +00:00
592ac53ffc
Worker priority / no shadow worker
2020-10-24 08:05:03 +00:00
a6fc9cd32e
Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3)
2020-10-18 20:56:31 +02:00
Michael Vogel
2c0db7546b
Update src/Core/Worker.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-10-17 15:54:52 +02:00
7efd01880c
Define a maintenance window
2020-10-17 12:39:42 +00:00
9537a6d0f7
Remove unused App->force_max_items property
2020-10-13 07:52:13 -04:00
d39ee428f0
Introduce "static/env.config.php" for environment variable mapping to config cache entries
...
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)
2020-10-06 20:43:29 +02:00
0f3e4255ca
Introduce Config\Cache Source indicators (File, DB, Server Env)
2020-10-04 20:41:31 +02:00
a852455d0e
Merge remote-tracking branch 'friendica/stable' into develop
...
# Conflicts:
# composer.lock
2020-09-20 15:32:58 -04:00
c9e510d4fd
Use getmypid() as dependency (improve testing)
2020-09-19 20:28:01 +02:00
c36bfcf17d
Changed loglevels in the worker
2020-09-17 17:57:41 +00:00
Michael Vogel
0fe2146338
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-09-17 06:33:31 +02:00
178455928a
We can now manage relay servers and can send content to them
2020-09-15 17:45:19 +00:00
cdb61be06f
Rewrite Process Model/Core
2020-09-15 18:16:44 +02:00