aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeLines
* Change ECS garbage collections.HEADmasterccHeiko Bernloehr2016-02-12-3/+3
|
* New rake task ecs:gc_sub_participants.Heiko Bernloehr2015-05-22-0/+16
| | | | | Default ttl value for subparticipants being deleted is 10 days. Please adjust to your needs directly in the source task file.
* Moved gc of anonymous participants to rake task.Heiko Bernloehr2014-07-30-0/+10
| | | | Don't forget to garbage collect anonymous participants in a cronjob.
* Moved gc auth code to auths model.Heiko Bernloehr2012-11-29-45/+2
| | | | Further made some testcode for auths handling.
* Removed sleep from auths garbage collection.Heiko Bernloehr2012-11-04-1/+0
|
* Changed auths garbage collection.Heiko Bernloehr2012-11-04-16/+42
|
* auths garbage collection.Heiko Bernloehr2012-11-04-0/+24
There is now a rake ecs:gc_sys_auths task. This task deletes all outtimed auths resources. Maybe this task should be called frequently from a cron job.