1
0
Fork 0
forked from goffee/cup
Commit graph

17 commits

Author SHA1 Message Date
Jose Cely
3d051e9617 Wires the scheduler into the cup application following the exact conventions of the Asynq queue integration. A new testmac/config/scheduler.go file provides GetSchedulerConfig() with enable flag, polling interval, and rate limit. A new testmac/register-scheduler.go file registers task handlers (send_email and flaky_task as samples) on the Schedulermux, creates the DB-backed store via core.ResolveGorm(), and launches the scheduler in a goroutine — only when EnableScheduler: true. The scheduler tables are migrated alongside other models in run-auto-migrations.go via db.AutoMigrate(&scheduler.QueueItem{}, &scheduler.ProcessedItem{}). 2026-06-13 18:59:06 -05:00
f4476d3e89 queue system settings expanded. Update debug to goffee log system 2026-05-18 22:37:26 -05:00
f5ab92b1cf recover basic login demo paths 2026-05-16 10:55:02 -05:00
60f984c857 clean samples 2026-05-06 21:21:57 -05:00
a7310b24d5 Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates. Add template demo. 2026-05-02 03:03:36 -05:00
d413d7def4 add base queue system 2024-12-23 23:19:22 -05:00
cf699e2084 sample admin users 2024-12-06 04:48:10 -05:00
0f520e67af sample users admin 2024-12-04 08:39:08 -05:00
91455fc972 session cookie destroy 2024-10-27 10:27:54 -05:00
23fd877a98 start simple session manager 2024-10-21 16:04:58 -05:00
980689d496 Example elements: button, Hrefs, Dropdowns, Menus 2024-10-12 13:19:25 -05:00
8706aae5ee bootstrap start 2024-10-10 08:59:53 -05:00
f80c062099 start theme cup templates 2024-10-07 18:12:28 -05:00
a756cd418d migration 2024-09-15 19:19:30 -05:00
d49c5df8d8 migration 2024-09-15 19:01:52 -05:00
17f3156efc start controllers 2024-09-15 14:05:45 -05:00
6dc72d3e14 first commits 3 2024-09-12 18:15:38 -05:00