metaflow-service icon indicating copy to clipboard operation
metaflow-service copied to clipboard

:rocket: Metadata tracking and UI service for Metaflow!

Results 52 metaflow-service issues
Sort by recently updated
recently updated
newest added

When using the Metaflow UI the stdout/stderr panes no longer successfully load, and the requests to load them return with a 504 gateway timeout. Example url being requested by UI...

Return more specific status code and detail msg when DB got exception.

![image](https://github.com/Netflix/metaflow-service/assets/15052159/a89359c9-644d-46ee-92dd-76ca37d9a269) https://admin-docs.metaflow.org/overview/configuring-metaflow this website error, is this netflix internal website ?

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/root/services/ui_backend_service/data/cache/client/cache_server.py", line 307, in cli(auto_envvar_prefix='MFCACHE') File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1128, in __call__ return...

Hi, we use batch jobs created via metaflow `--with batch` option to create metaflow batch jobs on aws. Recently, after new security measures were introduced and enabling of security hub,...

1. Expose document explaining how heartbeats are used to mark runs and tasks as failed. This document can be at metaflow.org and in the READMEs of this repository. This will...

Hello, I want to run this project to try out the UI service with metaflow-ui. I tried the following approaches: ```shell $ docker compose up -d Error response from daemon:...

Hi Metaflow! Is iam_authentication for RDS on current roadmap for Metaflow? Thanks in advance!

I was trying to use the docker image to set up ssl connection to rds, I hit into some issues: 1. I realised in [run_goose.py](https://github.com/Netflix/metaflow-service/blob/master/run_goose.py#L58-L61) there are environment variables set...

[card-cache] optimizations to avoid deadlocks - deadlocks happened when cleanups coincided with heavy load - tests simulating a cleanup (disk + shared-objects) and heavy load together were successfully able to...