I haven't been able to find a persistent job queue for Racket, so I thought 
I'd ask if one exists before writing a simple one. I did see Jay's job 
queue package, but it doesn't appear to persist to disk, and that is a 
requirement.

I typically use Postgres for my apps, and I would prefer to also use 
Postgres for the persistence of the job queue to avoid introducing 
something new (e.g. Redis) to my server setup. Amazon RDS provides great 
multi-site availability, so I want to continue to leverage that.

Thanks,
Brian Adkins

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/8a87e815-0519-47bf-b04b-93c9be3487f5%40googlegroups.com.

Reply via email to