You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
> [!IMPORTANT]
4
4
> Dotkernel component used to queue tasks to be processed asynchronously based on [netglue/laminas-messenger](https://github.com/netglue/laminas-messenger)
5
5
6
-
A queue system is a vital component in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.
6
+
A queue system is a vital part in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.
7
7
8
-
This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.
8
+
This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.
9
9
10
-
The greatest benefit is to application responsiveness which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.
10
+
The greatest benefit is to application responsiveness, which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.
11
11
12
-
The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.
12
+
The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.
0 commit comments