{"id":62362,"date":"2024-02-13T09:30:39","date_gmt":"2024-02-13T14:30:39","guid":{"rendered":"https:\/\/memberpress.com\/docs\/what-cron-jobs-memberpress-adds\/"},"modified":"2024-02-15T10:20:51","modified_gmt":"2024-02-15T15:20:51","slug":"what-cron-jobs-memberpress-adds","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/","title":{"rendered":"Ce que les emplois de Cron MemberPress ajoutent"},"content":{"rendered":"<p>De nombreux plugins WordPress complexes ajoutent leurs propres t\u00e2ches Cron \u00e0 votre site web pour g\u00e9rer des fonctionnalit\u00e9s sp\u00e9cifiques. MemberPress ne fait pas exception \u00e0 la r\u00e8gle.<\/p>\n<p>Apr\u00e8s l'installation, MemberPress ajoute les t\u00e2ches Cron \u00e9num\u00e9r\u00e9es dans ce tableau :<\/p>\n<div>\n<table style=\"height: 396px;\" width=\"676\">\n<colgroup>\n<col \/>\n<col \/> <\/colgroup>\n<tbody>\n<tr>\n<td>Emploi<\/td>\n<td>Description<\/td>\n<td>Intervalle<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_jobs_worker <\/strong><\/td>\n<td>Traiter la file d'attente des travaux (g\u00e8re \u00e9galement les Webhooks des outils de d\u00e9veloppement)<\/td>\n<td>Chaque minute<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_reminders_worker <\/strong><\/td>\n<td>Envoi de rappels (il existe une t\u00e2che pour chaque rappel)<\/td>\n<td>Toutes les 15 minutes<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_jobs_cleanup <\/strong><\/td>\n<td>R\u00e9essaie les t\u00e2ches qui n'ont pas abouti et supprime les anciennes t\u00e2ches achev\u00e9es.<\/td>\n<td>Toutes les heures<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_send_txn_expire_events <\/strong><\/td>\n<td>Enregistrement des \u00e9v\u00e9nements pour les transactions expir\u00e9es<\/td>\n<td>Toutes les heures<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_admin_notifications_update <\/strong><\/td>\n<td>Importe de nouvelles notifications pour le plugin<\/td>\n<td>Toutes les 3 heures<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_member_data_updater_worker <\/strong><\/td>\n<td>Mise \u00e0 jour des donn\u00e9es relatives aux membres (correction des membres manquants)<\/td>\n<td>Toutes les 6 heures<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_summary_email<\/strong><\/td>\n<td>Envoi de l'e-mail de synth\u00e8se hebdomadaire (si activ\u00e9)<\/td>\n<td>Chaque semaine<\/td>\n<\/tr>\n<tr>\n<td><strong>mepr_snapshot_worker <\/strong><\/td>\n<td>Envoi de statistiques d'utilisation anonymes (si activ\u00e9)<\/td>\n<td>Chaque semaine<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>Si l'une des fonctionnalit\u00e9s int\u00e9gr\u00e9es ne fonctionne pas comme elle le devrait, ce qui d\u00e9pend de la t\u00e2che de Cron, vous pouvez suspecter que quelque chose ne va pas avec Cron.<\/p>\n<p>Par exemple, si les rappels sont envoy\u00e9s de mani\u00e8re intermittente et tardive, vous pouvez suspecter que<br \/>\n<em>mepr_reminders_worker<\/em> n'est pas d\u00e9clench\u00e9 r\u00e9guli\u00e8rement. Ou, si vos membres ne re\u00e7oivent pas leur \u00e9tiquette par adh\u00e9sion mise \u00e0 jour dans votre plate-forme d'automatisation du marketing pr\u00e9f\u00e9r\u00e9e, vous pouvez soup\u00e7onner le probl\u00e8me de la <em>mepr_send_txn_expire_events<\/em> emploi<strong>.<br \/>\n<\/strong><\/p>\n<p>Ainsi, <a href=\"https:\/\/memberpress.com\/fr\/docs\/reminders-not-sending\/\" target=\"_blank\" rel=\"noopener\">comment v\u00e9rifier que les emplois Cron fonctionnent<\/a> comme il se doit ? Vous pouvez \u00e9galement installer et activer le <a href=\"https:\/\/wordpress.org\/plugins\/wp-cron-status-checker\/\" target=\"_blank\" rel=\"noopener\">V\u00e9rificateur de l'\u00e9tat de WP-Cron<\/a> pour obtenir un peu plus d'informations.<\/p>\n<p>Ou, si vous souhaitez modifier l'intervalle de fonctionnement de l'un d'entre eux, vous pouvez installer et activer l'application<br \/>\n<a href=\"https:\/\/wordpress.org\/plugins\/wp-crontrol\/\" target=\"_blank\" rel=\"noopener\">WP Crontrol<\/a> plugin.<\/p>\n<p><strong>Que faire si vous constatez que les t\u00e2ches de WP Cron ne sont pas d\u00e9clench\u00e9es correctement ?<br \/>\n<\/strong><\/p>\n<p>La premi\u00e8re chose \u00e0 faire serait de contacter votre service d'assistance h\u00e9bergement et de demander de l'aide. Cependant, s'ils ne parviennent pas \u00e0 faire fonctionner correctement WP Cron, vous devriez mettre en place un Cron c\u00f4t\u00e9 serveur en suivant ce tutoriel \u2013<strong>\u00a0<\/strong><a href=\"https:\/\/www.siteground.co.uk\/tutorials\/wordpress\/real-cron-job\/\" target=\"_blank\" rel=\"noopener\">Comment remplacer le Cron de WordPress par une vraie t\u00e2che Cron<\/a>.<\/p>\n<p><strong>\u00a0<\/strong><\/p>","protected":false},"excerpt":{"rendered":"<p>Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1314],"ht-kb-tag":[],"class_list":{"0":"post-62362","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-miscellaneous","7":"entry"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"What Cron jobs MemberPress adds | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T14:30:39+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-02-15T15:20:51+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"What Cron jobs MemberPress adds | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#article\",\"name\":\"What Cron jobs MemberPress adds | MemberPress\",\"headline\":\"What Cron jobs MemberPress adds\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2024-02-13T09:30:39-05:00\",\"dateModified\":\"2024-02-15T10:20:51-05:00\",\"inLanguage\":\"fr-FR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#webpage\"},\"articleSection\":\"Miscellaneous\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/fr\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"name\":\"Advanced Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"position\":2,\"name\":\"Advanced Topics\",\"item\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/advanced-topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/miscellaneous\\\/#listItem\",\"name\":\"Miscellaneous\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/miscellaneous\\\/#listItem\",\"position\":3,\"name\":\"Miscellaneous\",\"item\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/miscellaneous\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#listItem\",\"name\":\"What Cron jobs MemberPress adds\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/advanced-topics\\\/#listItem\",\"name\":\"Advanced Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#listItem\",\"position\":4,\"name\":\"What Cron jobs MemberPress adds\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/doc-categories\\\/miscellaneous\\\/#listItem\",\"name\":\"Miscellaneous\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776350726\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/\",\"name\":\"What Cron jobs MemberPress adds | MemberPress\",\"description\":\"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/docs\\\/what-cron-jobs-memberpress-adds\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T09:30:39-05:00\",\"dateModified\":\"2024-02-15T10:20:51-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/fr\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>What Cron jobs MemberPress adds | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"Quels sont les emplois de Cron que MemberPress ajoute | MemberPress","description":"De nombreux plugins WordPress complexes ajoutent leurs propres t\u00e2ches Cron \u00e0 votre site web pour g\u00e9rer des fonctionnalit\u00e9s sp\u00e9cifiques. MemberPress ne fait pas exception \u00e0 la r\u00e8gle. Apr\u00e8s l'installation, MemberPress ajoute les t\u00e2ches Cron list\u00e9es dans ce tableau : Description de la t\u00e2che Intervalle mepr_jobs_worker Traite la file d'attente des t\u00e2ches (g\u00e8re \u00e9galement les Webhooks des outils de d\u00e9veloppement) Toutes les minutes mepr_reminders_worker Envoie des rappels (une t\u00e2che existe)","canonical_url":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#article","name":"What Cron jobs MemberPress adds | MemberPress","headline":"What Cron jobs MemberPress adds","author":{"@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/fr\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/fr\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2024-02-13T09:30:39-05:00","dateModified":"2024-02-15T10:20:51-05:00","inLanguage":"fr-FR","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#webpage"},"articleSection":"Miscellaneous"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/fr","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/advanced-topics\/#listItem","name":"Advanced Topics"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/advanced-topics\/#listItem","position":2,"name":"Advanced Topics","item":"https:\/\/memberpress.com\/fr\/doc-categories\/advanced-topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/miscellaneous\/#listItem","name":"Miscellaneous"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/miscellaneous\/#listItem","position":3,"name":"Miscellaneous","item":"https:\/\/memberpress.com\/fr\/doc-categories\/miscellaneous\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#listItem","name":"What Cron jobs MemberPress adds"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/advanced-topics\/#listItem","name":"Advanced Topics"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#listItem","position":4,"name":"What Cron jobs MemberPress adds","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/fr\/doc-categories\/miscellaneous\/#listItem","name":"Miscellaneous"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/fr\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/fr\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776350726"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#webpage","url":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/","name":"What Cron jobs MemberPress adds | MemberPress","description":"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/memberpress.com\/fr\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/fr\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T09:30:39-05:00","dateModified":"2024-02-15T10:20:51-05:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/fr\/#website","url":"https:\/\/memberpress.com\/fr\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/memberpress.com\/fr\/#organization"}}]},"og:locale":"fr_FR","og:site_name":"MemberPress","og:type":"article","og:title":"What Cron jobs MemberPress adds | MemberPress","og:description":"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists","og:url":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T14:30:39+00:00","article:modified_time":"2024-02-15T15:20:51+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"What Cron jobs MemberPress adds | MemberPress","twitter:description":"Many complex WordPress plugins add their own Cron jobs to your website to handle specific capabilities. MemberPress is no exception in this matter. After the installation, MemberPress adds Cron jobs listed in this table: Job Description Interval mepr_jobs_worker Process the job queue (handles Developer Tools Webhooks too) Every minute mepr_reminders_worker Send reminders (one job exists","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"62362","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2025-10-09 21:59:09","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2024-02-13 14:30:39","updated":"2026-03-03 14:52:42"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/fr\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/fr\/doc-categories\/advanced-topics\/\" title=\"Advanced Topics\">Advanced Topics<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/fr\/doc-categories\/miscellaneous\/\" title=\"Miscellaneous\">Miscellaneous<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tWhat Cron jobs MemberPress adds\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/fr"},{"label":"Advanced Topics","link":"https:\/\/memberpress.com\/fr\/doc-categories\/advanced-topics\/"},{"label":"Miscellaneous","link":"https:\/\/memberpress.com\/fr\/doc-categories\/miscellaneous\/"},{"label":"What Cron jobs MemberPress adds","link":"https:\/\/memberpress.com\/fr\/docs\/what-cron-jobs-memberpress-adds\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb\/62362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/comments?post=62362"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb\/62362\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/media?parent=62362"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb-category?post=62362"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/fr\/wp-json\/wp\/v2\/ht-kb-tag?post=62362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}