Webinterface

Questions and answers on how to get the most out of FFAStrans
emcodem
Posts: 1918
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

@DCCentR

Oh looks like i didnt consider "soft deleted" jobs in the fetching, very sorry for that.

So what happns when you delete a job in webint is that that jobid is noted in a separate mongo collection deleted_jobs and the same job is deleted from the jobs collection. (You can use mongo compass to connect to the webint db to investigate if you like).
This all while the actual ffastrans job in cache/jobs stays on the filesystem, so the jobfetcher sees the deleted jos in their folders.

Until i fixed it you have following options
  • Get rid of the deleted jobs in ffastrans cache/jobs folder
  • Undelete all jobs by either connecting to the database and purge the deleted collection or just delete webint database as whole
emcodem, wrapping since 2009 you got the rhyme?
DCCentR
Posts: 39
Joined: Thu May 04, 2023 7:15 am

Re: Webinterface

Post by DCCentR »

emcodem wrote: Thu Apr 16, 2026 11:13 am @DCCentR

Oh looks like i didnt consider "soft deleted" jobs in the fetching, very sorry for that.

So what happns when you delete a job in webint is that that jobid is noted in a separate mongo collection deleted_jobs and the same job is deleted from the jobs collection. (You can use mongo compass to connect to the webint db to investigate if you like).
This all while the actual ffastrans job in cache/jobs stays on the filesystem, so the jobfetcher sees the deleted jos in their folders.

Until i fixed it you have following options
  • Get rid of the deleted jobs in ffastrans cache/jobs folder
  • Undelete all jobs by either connecting to the database and purge the deleted collection or just delete webint database as whole
Thanks, I took the easiest route and deleted the webint database
emcodem
Posts: 1918
Joined: Wed Sep 19, 2018 8:11 am

Re: Webinterface

Post by emcodem »

emcodem, wrapping since 2009 you got the rhyme?
Post Reply