Skip to content

Commit 6af3f5c

Browse files
Update content/techniques/queues.md
Co-authored-by: Tolga Paksoy <[email protected]>
1 parent b8b3aaa commit 6af3f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ import { join } from 'path';
358358
export class AppModule {}
359359
```
360360

361-
Please note that because your function is being executed in a forked process, Dependency Injection (and IoC container) won't be available. That means that your processor function will need to contain (or create) all instances of external dependencies it needs.
361+
> warning **Warning** Please note that because your function is being executed in a forked process, Dependency Injection (and IoC container) won't be available. That means that your processor function will need to contain (or create) all instances of external dependencies it needs.
362362

363363
#### Async configuration
364364

0 commit comments

Comments
 (0)