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
docs(amqp-job): add introduction section to clarify component functionality (#807)
* docs(amqp-job): add introduction section to clarify component functionality
* fix(workflows): update paths-ignore pattern to exclude all subdirectories in docs
* fix(config): set collapse_walkthrough to false in coderabbit configuration
* fix(workflows): update paths to include all files while excluding docs, .vscode, and markdown files
---------
Co-authored-by: Deeka Wong <[email protected]>
Copy file name to clipboardexpand all lines: docs/en/components/amqp-job.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Amqp Job
2
2
3
+
## Introduction
4
+
5
+
`friendsofhyperf/amqp-job` is an asynchronous job component based on the `hyperf/amqp` component. It supports dispatching jobs to an AMQP service and then consuming the jobs through consumers.
6
+
It encapsulates the `hyperf/amqp` component and provides a more convenient way to dispatch and consume jobs.
0 commit comments