docs: update scheduled jobs docs (#7905)

- Update scheduled jobs docs to support updated definition + remove coming soon notice
- Update scheduled jobs everywhere else they're used.
This commit is contained in:
Shahed Nasser
2024-07-02 09:41:15 +00:00
committed by GitHub
parent 6cb28eedf7
commit 0aeba83a66
7 changed files with 104 additions and 74 deletions
@@ -163,7 +163,7 @@ In this document, youll find common examples of how you can use the Pricing M
} from "@medusajs/pricing"
export async function GET(
request: Request,
request: Request
) {
const pricingModuleService = await initializePricingModule()
@@ -381,7 +381,7 @@ In this document, youll find common examples of how you can use the Pricing M
} from "@medusajs/pricing"
export async function GET(
request: Request,
request: Request
) {
const pricingModuleService = await initializePricingModule()