Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • Sign in / Register
Minds
  • Group overview
  • Epics 49
    • List
    • Roadmap
  • Issues 1,062
  • Merge Requests 136
  • Security
  • Packages
  • Members
Collapse sidebar
  • Minds
  • Epics
  • &113

Open
Opened 1 day ago by Emiliano Balbuena

Sandboxed Review Sites

Known Issues

Frontend sandbox deployments uses an outdated engine image

When deploying a single repository, the counterpart image should be always pulled from the latest master commit. This will ensure the review site is using the most up-to-date version of the stack.

Cron jobs

TBD.

  • Cron jobs not running currently on sandboxes
  • Cron jobs need to run on a shared pod that would be updateable

Settings management

Settings are prone to suffer inconsistencies upon deployment updates. This can be achieved by:

  • Making Core\Config to throw an Exception when a key doesn't exist (or is null). This should be implemented taking in consideration that old code should still work.
  • Enforcing the developers to keep track of their new configurations in settings.example.php
  • Having a base settings.php with sensitive defaults (except for keys, etc), then having an "override" file that will be used on local envs, sandboxes and even production.

Missing posts and media uploads

Sometimes posts (with or without attachments) are not shown in any feed, but they can be accessed by browsing to https://sandboxsite/newsfeed/<guid>.

To be investigated. Probably related to ElasticSearch health. Try reproducing when E2E tests are running.

ElasticSearch freeze

Sometimes it takes around 30s to receive a response from ElasticSearch-based endpoints (feeds, pageview beacons, etc).

To be investigated. Probably related to ElasticSearch health. Try reproducing when E2E tests are running.

Pro subdomains

TBD. Ideally we would have *.<sandbox_domain>.minds.io frontend on all sandbox deployments.

Edited 1 hour ago by Emiliano Balbuena
To Do
Dec 11, 2019
Start date
Fixed: Dec 11, 2019
Inherited: None
None
Due date
Fixed: None
Inherited: None
0
Labels
None
None
Ancestors
None
1
1 participant
user avatar
Emiliano Balbuena
Notifications
  • Epics and Issues
  • Roadmap
0 1
  • 3 days ago
    Change the way we run feed sync on review sites
    3 days ago
    #1220
    Dec 18
    Avatar for Mark Harding

  • Emiliano Balbuena @edgebal changed the description 22 hours ago

    changed the description

  • Emiliano Balbuena @edgebal changed the description 21 hours ago

    changed the description

  • Emiliano Balbuena @edgebal changed the description 18 hours ago

    changed the description

  • Emiliano Balbuena @edgebal changed start date to Dec 11, 2019 18 hours ago

    changed start date to Dec 11, 2019

  • Emiliano Balbuena @edgebal added issue engine#1220 17 hours ago

    added issue engine#1220

  • Emiliano Balbuena @edgebal changed the description 1 hour ago

    changed the description

  • Emiliano Balbuena @edgebal changed the description 1 hour ago

    changed the description

  • Emiliano Balbuena
    Emiliano Balbuena @edgebal · 1 hour ago

    Added Pro subdomains

Please register or sign in to reply