Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Test/pingign route #399

Closed
wants to merge 4 commits into from
Closed

Test/pingign route #399

wants to merge 4 commits into from

Conversation

EstebanDalelR
Copy link
Member

Description

Test of our crons showing up in analytics

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Chore: cleanup/renaming, etc
  • RFC

Notes

Acceptance

Copy link

vercel bot commented Nov 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
watermelon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 5, 2023 8:50pm

Copy link

watermelon-copilot-for-code-review bot commented Nov 30, 2023

Watermelon AI Summary

This pull request introduces a testing mechanism for monitoring scheduled tasks (crons) within the analytics system, by creating a route dedicated to testing and ensuring any scheduling adjustments are reflected accurately in the analytics data. It combines development progress with this testing feature.

GitHub PRs

Click here to login to Jira
Click here to login to Confluence
No results found in Slack Threads :(

Notion Pages

Linear Tickets

Click here to login to Asana
watermelon is an open repo and Watermelon will serve it for free.
🍉🫶
Have you starred Watermelon?

@@ -0,0 +1,5 @@
export async function POST(request: Request) {
console.log("current time", new Date().toLocaleTimeString());
console.log("request.json()", await request.json());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains console logs. Please review or remove them.

@@ -0,0 +1,5 @@
export async function POST(request: Request) {
console.log("current time", new Date().toLocaleTimeString());
console.log("request.json()", await request.json());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains console logs. Please review or remove them.

@@ -0,0 +1,5 @@
export async function POST(request: Request) {
console.log("current time", new Date().toLocaleTimeString());
console.log("request.json()", await request.json());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains console logs. Please review or remove them.

@EstebanDalelR
Copy link
Member Author

Unneeded

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant