hasgeek / hasjob

Hasjob, the Hasgeek job board
https://hasjob.co
GNU Affero General Public License v3.0
240 stars 80 forks source link

Notice of expiry #4

Open jace opened 13 years ago

jace commented 13 years ago

An expiry notice should be sent 1-2 days prior to the listing expiring.

kracekumar commented 12 years ago

Add a cronjob which sends email to the jobpost owner, saying post is about to expiry.

models.py contains agelimit, feel agelimit should come from settings

jace commented 12 years ago

Good point. agelimit should be in settings. So should newlimit.

ghost commented 9 years ago

Just adding to the info, @jace's comment refers to #30

jace commented 9 years ago

I've closed #30 as it's not a pressing concern. We don't have a cron mechanism for periodic tasks. We did have one temporarily for removing old items from the search index, but that was cruddy and has been removed. #165 also mentions a use case for a periodic sweep.