โšก๏ธ Live updates comments, jobs, and issues, tagged with #graphql will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • ๐Ÿ‡จ๐Ÿ‡ทCosta Rica esteban.arias

    Heya everyone,

    If you are using graphql while also using memcache as your default cache backend, please introduce these lines to your settings:

    $settings['cache']['bins']['graphql_ast'] = 'cache.backend.database';
    $settings['cache']['bins']['graphql_results'] = 'cache.backend.database';

    This should let graphql use the database tables for caching purposes which seems to make the random issues go away.

    I didn't find this fix by myself but got permission to share it to the community.

    Hope this helps!

Production build 0.71.5 2024