There are some database queries I want to run periodically, and according to its state, send notifications to users email and change the state of their accounts. Can I do it within Yesod itself?
I have a project in yesod to load image into a static / image directory. The problem is that when implementing a new version on the production server all the images are lost because the temp folder is removed; My question is how to define external…
I was looking for ways to deploy my Yesod project, and while reading some tutorials (Keter and Docker way), I realised that, stack build generates a runnable file which can be executed directly and listen for requests, is there any reason I should…
I've done everything on my yesod project but the keter gives me an error log message like this:
Unpacking bundle '/opt/keter/incoming/Main.keter'
Error occured when launching bundle Main: Codec.Compression.Zlib: incorrect header check
i also…
I'm trying to deploy a Yesod app using Keter. I previously added a *.keter bundle to /opt/keter/incoming, but because I built the file on a different system it failed to start. I've since fixed this problem by building my app on the server…