Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions user_guide_src/source/libraries/official_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ while defaulting to the config files when not custom value has been stored. This
an application to ship with the default config values, but adapt as the project grows
or moves servers, without having to touch the code.

************
Tasks (BETA)
************
*****
Tasks
*****

`CodeIgniter Tasks <https://tasks.codeigniter.com>`_ is a simple task scheduler
for CodeIgniter 4. It allows you to schedule tasks to run at specific times, or
on a recurring basis. It is designed to be simple to use, but flexible enough to
handle most use cases.

************
Queue (BETA)
************
*****
Queue
*****

`CodeIgniter Queue <https://queue.codeigniter.com>`_ is a simple queue system
for CodeIgniter 4. It allows you to queue up tasks to be run later.
Expand Down