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

Enable work queue status in the UI by default #11976

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

urimandujano
Copy link
Contributor

@urimandujano urimandujano commented Feb 13, 2024

This PR changes the default value for our feature flag enabling WorkQueue status indicators in the UI.

Example

There is no need to enable work queue status via environment variables, just start the server:

❯ prefect server start

 ___ ___ ___ ___ ___ ___ _____
| _ \ _ \ __| __| __/ __|_   _|
|  _/   / _|| _|| _| (__  | |
|_| |_|_\___|_| |___\___| |_|

Configure Prefect to communicate with the server with:

    prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api

View the API reference documentation at http://127.0.0.1:4200/docs

Check out the dashboard at http://127.0.0.1:4200

And enjoy the new status indicators:
image

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • This pull request includes tests or only affects documentation.
  • This pull request includes a label categorizing the change e.g. maintenance, fix, feature, enhancement, docs.

For documentation changes:

  • This pull request includes redirect settings in netlify.toml for files that are removed or renamed.

For new functions or classes in the Python SDK:

  • This pull request includes helpful docstrings.
  • If a new Python file was added, this pull request contains a stub page in the Python SDK docs and an entry in mkdocs.yml navigation.

Copy link

netlify bot commented Feb 13, 2024

Deploy Preview for prefect-docs-preview ready!

Name Link
🔨 Latest commit 3f9228f
🔍 Latest deploy log https://app.netlify.com/sites/prefect-docs-preview/deploys/65cc0f5fda6a020008665b6c
😎 Deploy Preview https://deploy-preview-11976--prefect-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@collincchoy collincchoy self-assigned this Feb 13, 2024
@urimandujano urimandujano marked this pull request as ready for review February 14, 2024 16:35
@urimandujano urimandujano requested a review from a team as a code owner February 14, 2024 16:35
Copy link
Contributor

@serinamarie serinamarie left a comment

Choose a reason for hiding this comment

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

nit: renaming to "Enable work queue status in the UI by default" would help differentiate this from the previous PR.

@urimandujano urimandujano changed the title Enable work queue status in the UI Enable work queue status in the UI by default Feb 14, 2024
@urimandujano urimandujano merged commit e2a394b into main Feb 14, 2024
44 checks passed
@urimandujano urimandujano deleted the ft/enable-wq-status-ff branch February 14, 2024 19:26
@serinamarie serinamarie added the enhancement An improvement of an existing feature label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants