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

Enforce project concurrency on query #3041

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jyeshe
Copy link
Member

@jyeshe jyeshe commented Mar 20, 2025

Description

This PR [adds/changes/fixes]... (A description of your work goes here.)

Closes #__

Validation steps

  1. (How can a reviewer validate your work?)

Additional notes for the reviewer

  1. (Is there anything else the reviewer should know or look out for?)

AI Usage

Please disclose how you've used AI in this work (it's cool, we just want to know!):

  • Code generation (copilot but not intellisense)
  • Learning or fact checking
  • Strategy / design
  • Optimisation / refactoring
  • Translation / spellchecking / doc gen
  • Other
  • I have not used AI

You can read more details in our Responsible AI Policy

Pre-submission checklist

  • I have performed a self-review of my code.
  • I have implemented and tested all related authorization policies. (e.g., :owner, :admin, :editor, :viewer)
  • I have updated the changelog.
  • I have ticked a box in "AI usage" in this PR

@jyeshe jyeshe force-pushed the enforce-project-concurrency-on-query branch 3 times, most recently from bbe1c3c to 8321c2a Compare March 20, 2025 18:02
@@ -162,8 +162,6 @@ config :tesla, adapter: {Tesla.Adapter.Finch, name: Lightning.Finch}
config :lightning, :is_resettable_demo, false
config :lightning, :default_retention_period, nil

config :lightning, Lightning.Runtime.RuntimeManager, start: false
Copy link
Member Author

@jyeshe jyeshe Mar 20, 2025

Choose a reason for hiding this comment

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

defined previously

@jyeshe jyeshe force-pushed the enforce-project-concurrency-on-query branch from 8321c2a to adea41e Compare March 20, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

Successfully merging this pull request may close these issues.

1 participant