I would like to recreate some data in my project every 30 minutes (prices that change). also I got another job that needs to refresh every minute. Now I heard I should use a daemon. but I'm not sure how that works. Can someone put me into the right direction.
Also should i make an extra model to save that temporary data or is that part of the daemon?
PS: not sure if stack overflow can be used for this sort of questions, but i don't know where to search for this sort of information