-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: QOLDEV-989 disable Parallel Workers Per Gather when vCPU is less…
… than 4 To stop IPC: MessageQueueSend on: SELECT activity.id AS activity_id, activity.timestamp AS activity_timestamp, activity.user_id AS activity_user_id, activity.object_id AS activity_object_id, activity.revision_id AS activity_revision_id, activity.activity_type AS activity_activity_type FROM activity WHERE activity.object_id IN (SELECT package.id FROM package WHERE package.private = false AND package.owner_org = '1d443ba7-8efb-42f0-b836-9be70390378d' UNION SELECT '1d443ba7-8efb-42f0-b836-9be70390378d' AS anon_1) AND (activity.user_id NOT IN ('cefefdab-2536-436b-b34c-75252b2e2c0e')) ORDER BY activity.timestamp DESC LIMIT 32
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters