Commit Graph

12 Commits

Author SHA1 Message Date
Petr Pavlik 1866f6e1cf
Update the link to QueuesFluentDriver (#1061)
In the docs section for Vapor Queues, update the link to
`QueuesFluentDriver` to link to the most recent iteration forked and
hosted under the `vapor-community` organization.
2025-02-06 16:52:34 +00:00
TheHandyOwl 2e4796cd98
NEW: translation EN to ES - queues.es.md (#1021)
New queues.es.md file.
Translation from EN to ES

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2024-12-09 19:17:50 +01:00
TheHandyOwl 79b5656434
FIX: Markdown visual line break for 'queues.md' files (#1020)
### Line break for options:

Added a visual line break to separate the header "Some text options:"
from the list items. This ensures proper Markdown rendering and improves
readability.

---

### Before:

Some text options:
- Example 1
- Example 2

**Rendered as:**
Some text options:  - Example 1 - Example 2

---

### After:

Some text options:
(line break added)
- Example 1
- Example 2

**Rendered as:**
Some text options:
- Example 1
- Example 2

---

### Consistent visual rendering across other Markdown elements:

This change introduces a similar visual line break strategy for
informational blocks.
These adjustments ensure uniformity, improve Markdown rendering, and
maintain a cleaner visual structure across various platforms.
2024-12-09 19:11:48 +01:00
Jaume a0c7fd2137
Improved the queues.md page to add a little extra info about testing (#1008)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

* Added a small brief of the asyncDriver to allow people know you can
use that for testing

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
2024-11-03 22:59:05 +00:00
Mattes Mohr 772f8161c9
Add the import declaration to the config snippet (#805) 2023-05-10 14:06:10 +01:00
Tim Condon 0d669a7e48
Remove all old references to the toolbox (#804) 2023-04-28 21:09:42 +00:00
Tim Condon fb66441b9f
Update docs for new template (#795) 2023-04-27 20:16:32 +01:00
Saurabh Garg 922aa97e20
Update queues.md (#790)
* Update queues.md

- adds a warning about trying to scheduled jobs outside of boot up

* Update docs/advanced/queues.md

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-14 15:52:52 +00:00
Marcel Borsten 9c45a750e8
Add `minutely()` helper function description to advanced -> queues (#784)
* Add `minutely()` helper function description to advanced -> queues

* Update docs/advanced/queues.zh.md

---------

Co-authored-by: Marcel Borsten <Marcel Borsten>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-03-15 12:57:15 +00:00
Francisco Bretal 9457c89321
Application access clarification on Queues (#709)
I added some clarification on how to dispatch a job from within the `Application` object. Let me know wether this is okay or it actually needs some tweaking.
2022-08-16 19:23:22 -04:00
Flerex 18fa82510c
Codable protocol clarification in Queues docs (#702) 2022-08-14 12:01:25 -04:00
晋先森 fee911560f
Support Chinese doc for Vapor. (#664)
* # Support Chinese doc for Vapor.

* # Added `zh/` path for searchIndex file.
2022-05-15 05:07:28 +01:00