if qeue got paued and the server restart, I expect the qeue to still be paused
Guida contributor
Tech stack
gosql
Dominio
backendci cddatabase
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-2 days
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
fresh
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
GoSQLCI/CD fundamentals
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
65
Direzione di ricerca
Investigate the current queue implementation in the Woodpecker codebase, likely in the server or queue package. Understand how queue state (e.g., paused) is stored in memory. Then design a persistence layer using a database to save the paused state across restarts. Review existing database handling patterns in the codebase for reference.