Skip to content

MSSQL backend does not use correct task hub #236

Open
@nickwilliams-codynamic

Description

@nickwilliams-codynamic

When using durable functions monitor with the MSSQL backend in the default multi-tenant configuration, the monitor seems to discover the task hubs correctly, but does not use them when querying instances.

I have a SQL server deployment with 3 task hubs, the task hubs are correctly identified:
Image

Regardless of which task hub is selected, the dbo task hub contents is shown in the list

DBO
Image

DIO
Image

Nicktest
Image


I can see the data is available by querying the table directly.

Image


If I try and navigate to an instance directly using the id from the database, I get a not found error.

Image


I'm using the docker container to run functions monitor with this command:

docker run --rm -p 8072:80 \
    -e DFM_SQL_CONNECTION_STRING='<REDACTED>' \
    -e DFM_NONCE="i_sure_know_what_i_am_doing" \
    scaletone/durablefunctionsmonitor.mssql:6.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority 2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions