MassProspecting / docs

Public documentation, roadmap and issue tracker of MassProspecting
http://doc.massprospecting.com/
1 stars 0 forks source link

too many jobs remains `:running` #329

Open leandrosardi opened 4 weeks ago

leandrosardi commented 4 weeks ago
select count(*) from inboxcheck where status=1; -- 1 = running
select count(*) from connectioncheck where status=1; -- 1 = running
select count(*) from job where status=1; -- 1 = running
select count(*) from outreach where status=1; -- 1 = running
select count(*) from enrichment where status=1; -- 1 = running