codeigniter4 / codeigniter4/tasks
Extending Tasks
- Langage dominant
- PHP
- Étoiles
- 126
- Forks
- 24
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Defining tasks solely in the Config file's `init()` method requires a single entry point for all scheduling. It might be good to offer a way to extend this to libraries and modules, so (for example) an Auth library could "register" its own tasks for periodic cleanup of spam accounts.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start by reviewing how tasks are currently defined through the Config file's init() method and how scheduling consumes that single entry point. Define what an extension mechanism for libraries and modules would need to support, including an Auth library registering periodic cleanup tasks. Done means task registration is no longer limited to one central configuration entry point.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- php
- Domaine
- tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 30/100