Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multisite cleanup #16

Open
larssn opened this issue Apr 22, 2016 · 2 comments
Open

Multisite cleanup #16

larssn opened this issue Apr 22, 2016 · 2 comments

Comments

@larssn
Copy link

larssn commented Apr 22, 2016

Hey, so we're using a WP multisite setup, and noticed that when a site is deleted, Cavalcade doesn't clean out the jobs for these non-existent sites.

add_action('delete_blog', 'cleanup')

function cleanup($site_id) {
// remove jobs owned by $site_id
}
@larssn larssn closed this as completed Feb 6, 2017
@mackensen
Copy link

I'm not sure why this issue was closed; this would still be a useful enhancement for Cavalcade (particularly in light of #74) and near as I can tell it wasn't addressed.

@larssn larssn reopened this Nov 7, 2018
@larssn
Copy link
Author

larssn commented Nov 7, 2018

Not sure what my reasoning was. Reopened

mackensen added a commit to LafColITS/Cavalcade that referenced this issue Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants