We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17531 commit 3f33166Copy full SHA for 3f33166
1 file changed
README.md
@@ -56,9 +56,11 @@ export default class SendEmailJob extends Job<SendEmailPayload> {
56
}
57
```
58
59
-> **Note**: The job name defaults to the class name (`SendEmailJob`). You can override it with `name: 'CustomName'` in options if needed.
60
->
61
-> **Warning**: If you minify your code in production, class names may be mangled. In that case, always specify `name` explicitly in your job options.
+> [!NOTE]
+> The job name defaults to the class name (`SendEmailJob`). You can override it with `name: 'CustomName'` in options if needed.
+
62
+> [!WARNING]
63
+> If you minify your code in production, class names may be mangled. In that case, always specify `name` explicitly in your job options.
64
65
### 2. Configure the Queue Manager
66
0 commit comments